runtime.offAddr.equal (method)
3 uses
runtime (current package)
mranges.go#L133: func (l1 offAddr) equal(l2 offAddr) bool {
mranges.go#L267: coalescesDown := i > 0 && a.ranges[i-1].limit.equal(r.base)
mranges.go#L268: coalescesUp := i < len(a.ranges) && r.limit.equal(a.ranges[i].base)
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)